Description
Export the given document.
Operation id | Document.Export |
Category | Services |
Label | Document Export |
Requires | |
Since | |
Parameters
Signature
Inputs | document |
Outputs | blob |
Implementation Information
JSON Definition
{
"id" : "Document.Export",
"label" : "Document Export",
"category" : "Services",
"requires" : null,
"description" : "Export the given document.",
"url" : "Document.Export",
"signature" : [ "document", "blob" ],
"params" : [ {
"name" : "exportAsTree",
"description" : "Export the document and all its children",
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "exportAsZip",
"description" : "Create a ZIP of the export. If 'exportAsTree' is true, exportAsZip is force to true",
"type" : "boolean",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}